home *** CD-ROM | disk | FTP | other *** search
- object Array6MainForm: TArray6MainForm
- Left = 192
- Top = 109
- Width = 310
- Height = 273
- Caption = 'Dynamic Array Example 6'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object lstArrayContents: TListBox
- Left = 0
- Top = 0
- Width = 158
- Height = 246
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 158
- Top = 0
- Width = 144
- Height = 246
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 70
- Height = 13
- Caption = 'Element &name:'
- FocusControl = edtElement
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 70
- Height = 13
- Caption = 'Element &value:'
- FocusControl = edtValue
- end
- object edtElement: TEdit
- Left = 16
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'Name'
- end
- object btnGetValue: TButton
- Left = 40
- Top = 136
- Width = 75
- Height = 25
- Caption = '&Get Value'
- TabOrder = 2
- OnClick = btnGetValueClick
- end
- object btnSetValue: TButton
- Left = 40
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Set Value'
- TabOrder = 3
- OnClick = btnSetValueClick
- end
- object edtValue: TSpinEdit
- Left = 16
- Top = 80
- Width = 121
- Height = 22
- MaxValue = 2147483647
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- end
- end
-